Papers with hybrid method
Dual Slot Selector via Local Reliability Verification for Dialogue State Tracking (2021.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to predict dialogue state from scratch are inefficient and lead to errors . empirical results show that our method achieves 56.93%, 60.73%, and 58.04% joint accuracy on multi-domain conversations . |
| Approach: | They propose a dual-stage dialogue state tracking method that uses a slot selector and a Slot Value generator to predict the current dialogue state. |
| Outcome: | The proposed method achieves 56.93%, 60.73%, and 58.04% joint accuracy on multi-domain conversations. |
A Hybrid Approach to Aspect Based Sentiment Analysis Using Transfer Learning (2024.lrec-main)
Copied to clipboard
| Challenge: | Aspect-Based Sentiment Analysis (ABSA) aims to identify terms or multiword expressions (MWEs) on which sentiments are expressed and the sentiment polarities associated with them. |
| Approach: | They propose a hybrid approach to Aspect-Based Sentiment Analysis using transfer learning . they exploit the strengths of large language models and traditional syntactic dependencies . |
| Outcome: | The proposed method exploits the strengths of large language models and traditional syntactic dependencies. |
An Evaluation of Neural Machine Translation Models on Historical Spelling Normalization (C18-1)
Copied to clipboard
| Challenge: | In this paper, we apply different NMT models to the problem of historical spelling normalization for five languages . we find that NMT model is much better than SMT in terms of character error rate . |
| Approach: | They propose to use NMT models to solve the problem of historical spelling normalization in five languages. |
| Outcome: | The proposed method improves historical spelling normalization for five languages. |
FIDELITY: Fine-grained Interpretable Distillation for Effective Language Insights and Topic Yielding (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing methods for topic modeling generate contextually specific and semantically intuitive topics, especially in dynamic environments and low-resource languages. |
| Approach: | They propose a hybrid method that combines topic modeling and text summarization to produce fine-grained, semantically rich, and contextually relevant output. |
| Outcome: | FIDELITY outperforms traditional models in topic diversity, similarity, and ability to process new, unseen documents. |
Hybrid Semantics for Goal-Directed Natural Language Generation (2022.acl-long)
Copied to clipboard
| Challenge: | Existing goal-directed natural language generation systems use first-order logic to represent semantics, but they are often slow due to the semantics of the partially realized text being checked. |
| Approach: | They propose to use logical semantics and distributional semantics to combine meaning representations to scale a goal-directed natural language generation system without losing expressiveness. |
| Outcome: | The proposed approach scales significantly better than the goal-directed generation system, but it is slower because the representations are not as precise as pure logical semantics. |
Improving Candidate Retrieval with Entity Profile Generation for Wikidata Entity Linking (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing studies focus on Wikipedia-derived KBs, but there is little work on EL over Wikidata . EL systems have found applications in many tasks such as question answering . |
| Approach: | They propose a novel approach to linking entity mentions to referent entities in a knowledge base . they use a sequence-to-sequence model to generate the profile of the target entity . |
| Outcome: | The proposed approach achieves state-of-the-art results on three Wikidata-based datasets and strong performance on TACKBP-2010. |
Automatic Debate Evaluation with Argumentation Semantics and Natural Language Argument Graph Networks (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for analyzing argumentative debates are insufficient to understand complex tasks. |
| Approach: | They propose a hybrid method to automatically predict the winning stance in argumentative debates using arguments from argumentation theory and semantics. |
| Outcome: | The proposed method is based on an unexplored new instance of the automatic analysis of natural language arguments. |
Fully Hyperbolic Neural Networks (2022.acl-long)
Copied to clipboard
| Challenge: | Existing hyperbolic neural networks encode features in the hyperbolical space yet formalize most of their operations in the tangent space. |
| Approach: | They propose a fully hyperbolic framework to build hyperbolical networks based on the Lorentz model by adapting Lorentzer transformations to formalize essential operations of neural networks. |
| Outcome: | The proposed framework has better performance on four NLP tasks compared with existing hyperbolic models . |
CLFD: A Novel Vectorization Technique and Its Application in Fake News Detection (2020.lrec-1)
Copied to clipboard
| Challenge: | Existing work on fake news detection is limited due to the complex nature of the news . |
| Approach: | They propose a statistical approach for the generation of feature vectors to describe a document . they use class label frequency distance to boost machine learning methods . |
| Outcome: | The proposed method outperforms deep learning methods in large datasets while outperforming traditional methods. |
A Taxonomy of Empathetic Response Intents in Human Social Conversations (2020.coling-main)
Copied to clipboard
| Challenge: | Open-domain conversational agents or chatbots are becoming increasingly popular in the natural language processing community. |
| Approach: | They aim to combine dialogue act/intent modelling and neural response generation to produce a large-scale taxonomy for empathetic response intents. |
| Outcome: | The proposed method improves the response quality of chatbots and makes them more controllable and interpretable. |
Neural Automated Essay Scoring Incorporating Handcrafted Features (2020.coling-main)
Copied to clipboard
| Challenge: | Automated essay scoring (AES) relies on handcrafted features, but recent studies have proposed a hybrid method that integrates handcrafted essay-level features into a DNN-AES model. |
| Approach: | They propose a method that integrates handcrafted features into a DNN-AES model. |
| Outcome: | The proposed method significantly improves the accuracy of existing methods. |
Hybrid Uncertainty Quantification for Selective Text Classification in Ambiguous Tasks (2023.acl-long)
Copied to clipboard
Artem Vazhentsev, Gleb Kuzmin, Akim Tsvigun, Alexander Panchenko, Maxim Panov, Mikhail Burtsev, Artem Shelmanov
| Challenge: | Existing methods for text classification tasks are inherently ambiguous and can cause errors. |
| Approach: | They propose a method that combines epistemic and aleatoric uncertainty to estimate toxicity detection errors. |
| Outcome: | The proposed method outperforms existing methods for toxicity detection and other ambiguous text classification tasks. |
Navigating the Unknown: Intent Classification and Out-of-Distribution Detection Using Large Language Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Out-of-Distribution (OOD) detection requires great generalization capability . |
| Approach: | They propose a method that is cost-efficient, high-performing, highly robust and versatile enough to be used with smaller LLMs without sacrificing performance. |
| Outcome: | The proposed method is cost-efficient, high-performing, robust, and versatile enough to be used with smaller LLMs without sacrificing performance. |
LLMs for Bayesian Optimization in Scientific Domains: Are We There Yet? (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Large language models have been proposed as general-purpose agents for experimental design . eval: LLMs show no sensitivity to experimental feedback. |
| Approach: | They propose a method that combines LLM prior knowledge with nearest-neighbor sampling to guide the design of experiments. |
| Outcome: | The proposed method outperforms classical methods in the design of experiments. |
Lemmatisation of Medieval Greek: Against the Limits of Transformer’s Capabilities? (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing lemmatisation algorithms display an accuracy drop of around 30pp when tested on unedited, Byzantine Greek epigrams. |
| Approach: | They propose to use transformer-based embeddings and a dictionary look-up to lemmatise unedited, Byzantine Greek epigrams. |
| Outcome: | The proposed method outperforms existing methods and provides detailed error analysis revealing why unedited, Byzantine Greek is so challenging for lemmatisation. |
Modeling and Solving Stable Matching under Probabilistic Preferences with Large Language Models (2026.findings-acl)
Copied to clipboard
| Challenge: | Large language models (LLMs) have shown strong capability in understanding and simulating humans’ decisions, suggesting a new way to use LLMs as tools to study social systems. |
| Approach: | They propose a Hybrid GS–LLM matching method that integrates Gale–Shapley with probabilistic acceptance decisions. |
| Outcome: | The proposed method outperforms classical baselines in terms of stability and improves robustness under uncertainty. |